home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Frameworks
/
Grant's CGI Framework 1.0b12
/
Util
/
ProcessUtil.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-09
|
644b
|
31 lines
#pragma once
/*****
*
* Process.h
*
* This is a support file for "Grant's CGI Framework".
* Please see the license agreement that accompanies the distribution package
* for licensing details.
*
* Copyright ©1995 by Grant Neufeld
* grant@acm.com
* http://arpp1.carleton.ca/grant/
*
*****/
#include <Threads.h>
/*** FUNCTION PROTOTYPES ***/
Boolean ProcessCurrentIsFront ( void );
Boolean ProcessIsFront ( ProcessSerialNumber * );
OSErr ProcessGetMyFSSpec ( FSSpec * );
OSErr MyNewThreadFromPool ( ThreadEntryProcPtr, void *, void **, ThreadID * );
void ThreadFinishAllSubThreads ( void );
/***** EOF *****/